Click or drag to resize

ServiceGetAttachments Method (IListString, AttachmentShape)

Retrieve existing attachments.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Attachment> GetAttachments(
	IList<string> attachmentIds,
	AttachmentShape attachmentShape
)

Parameters

attachmentIds
Type: System.Collections.GenericIListString
The IDs of attachments to return.
attachmentShape
Type: Independentsoft.ExchangeAttachmentShape
Specify which attachment information should be returned.

Return Value

Type: IListAttachment
IList{Attachment}.
See Also